home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / DEMO_BAT.ZIP / INVENTRY.BAT < prev    next >
DOS Batch File  |  1995-04-01  |  568b  |  15 lines

  1. @echo off
  2. echo Peforms an inventory of executable program files and puts the results in a
  3. echo comma-delimited ASCII database file called INVENTRY.DB.  The search extends
  4. echo inside archive files such as .ZIP files.  Also, a custom output format is
  5. echo specified.
  6. echo.
  7. echo This might be useful for a software inventory or a software license audit.
  8. call presskey
  9. echo.
  10. echo ******** In this demonstration, the file is not actually created.  Instead,
  11. echo          output is directed to the screen.
  12. echo.
  13. echo on
  14. ffg /p *:*.[com,exe] /z /fs! /f,nsdt:r
  15.